Skip to main content

Add Webhook Addresses

POST 

/webhook/add-addresses

Add new addresses to a webhook

Request

Query Parameters

    apiKey stringrequired
    Example: {{publicKey}}

Header Parameters

    API-SECRET stringrequired
    Example: {{secretKey}}

Body

    webhookId string
    addresses string[]

Responses

Created

Schema
    _id string
    webhookId string
    address string
    __v number
    createdAt string
    updatedAt string
Loading...

Was this page helpful?